{"id":26587869,"url":"https://github.com/bes-js/hercai.core","last_synced_at":"2025-03-23T12:30:59.017Z","repository":{"id":215899833,"uuid":"739998461","full_name":"Bes-js/Hercai.Core","owner":"Bes-js","description":"A powerful .NET Nuget Package for interacting with the Herc.ai API.","archived":false,"fork":false,"pushed_at":"2024-01-07T08:59:38.000Z","size":742,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T20:43:35.075Z","etag":null,"topics":["ai","api","api-rest","chatgpt","csharp","dall-e","gpt-4","midjourney","netcore","openai"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Hercai","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bes-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-07T07:39:32.000Z","updated_at":"2024-12-13T22:14:27.000Z","dependencies_parsed_at":"2024-01-07T08:41:40.669Z","dependency_job_id":null,"html_url":"https://github.com/Bes-js/Hercai.Core","commit_stats":null,"previous_names":["bes-js/hercai.core"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2FHercai.Core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2FHercai.Core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2FHercai.Core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2FHercai.Core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bes-js","download_url":"https://codeload.github.com/Bes-js/Hercai.Core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104049,"owners_count":20561372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","api","api-rest","chatgpt","csharp","dall-e","gpt-4","midjourney","netcore","openai"],"created_at":"2025-03-23T12:30:49.015Z","updated_at":"2025-03-23T12:30:58.974Z","avatar_url":"https://github.com/Bes-js.png","language":"C#","funding_links":["https://www.buymeacoffee.com/beykant"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e \u003ca href=\"#\"\u003e \u003cimg width=500 src=\"https://raw.githubusercontent.com/Bes-js/herc.ai/main/hercai-logo.png\"\u003e\u003c/a\u003e\u003c/p\u003e \n\u003cp align=\"center\"\u003e \u003cimg src=\"https://img.shields.io/github/repo-size/Bes-js/Hercai.Core?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/contributors/Bes-js/Hercai.Core?style=for-the-badge\"\u003e \u003ca href=\"https://discord.gg/luppux\" target=\"_blank\"\u003e \u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge\u0026logo=discord\"\u003e \u003c/a\u003e\u003ca href=\"https://www.buymeacoffee.com/beykant\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" width=\"120px\" height=\"30px\" alt=\"Buy Me A Coffee\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# [Herc.ai](https://discord.gg/luppux)\n\n\u003e **A powerful .NET Nuget Package for interacting with the [Herc.ai](https://discord.gg/luppux) API.**\n\n\u003e **We Offer It To You For Free.**\n\u003e **[Herc.ai](https://discord.gg/luppux) Answers Your Question According To The Language, And It Supports All Languages.**\n\n\u003e **[✨ How about a one-time subscription to benefit from Hercai's features unlimitedly?](https://hercai-shop.onrender.com)**\n**[✨ Use Hercai Unlimited with API Key!](https://hercai-shop.onrender.com)**\n#\n### ❔ [Support](https://discord.gg/luppux)\n### 📂 [Nuget](https://www.nuget.org/packages/Hercai/1.0.0)\n### 📝 [Github](https://github.com/Bes-js/Hercai.Core)\n#\n#\n**📂 Installation**\n```lua\nInstall-Package Hercai\n\ndotnet add package Hercai\n```\n#\n# Quick Example\n\n**Exampe Construction;**\n```cs\n string apiKey = \"\"; /* If you have a Hercai API Key, please define it in this section. */\n Hercai hercaiInstance = new Hercai(apiKey);\n```\n \n \u003e **Question API; [https://hercai.onrender.com/v3/hercai?question=](https://hercai.onrender.com/v3/hercai?question=)**\n\n**Example Question For .NET Core;**\n```cs\n/* Available Models */\n/* \"v3\" , \"v3-32k\" , \"turbo\" , \"turbo-16k\" , \"gemini\" */\n/* Default Model; \"v3\" */\nstring questionModel = \"v3\";\nstring questionContent = \"What is the meaning of life?\";\nstring questionResponse = await Hercai.Question(\"v3\", \"hi, how are you?\");\nConsole.WriteLine(\"Question Response: \" + questionResponse);\n```\n#\n\n\u003e **Text To Image API; [https://hercai.onrender.com/v3/text2image?prompt=](https://hercai.onrender.com/v3/text2image?prompt=)**\n\n**Example Draw Image For .NET Core;**\n```cs\n/* Available Models */\n/* \"v1\" , \"v2\" , \"v2-beta\" , \"v3\" (DALL-E) , \"lexica\" , \"prodia\", \"simurg\", \"animefy\", \"raava\", \"shonin\" */\n/* Default Model; \"v3\" */\nstring imageModel = \"simurg\";\nstring prompt = \"A beautiful landscape\";\nstring negativePrompt = \"Dark and gloomy\"; /* Optional Prompt, If None, Leave Blank. */\nstring imageResponse = await Hercai.DrawImage(imageModel, prompt, negativePrompt);\nConsole.WriteLine(\"Image Response: \" + imageResponse);\n            \n```\n\n#\n# Credits\n \n**[NPM Package For JavaScript \u0026 TypeScript](https://www.npmjs.com/package/hercai)**\n#\n**Made by [FiveSoBes](https://github.com/Bes-js) And [Luppux Development](https://github.com/Luppux)**\n\n\n# Contact \u0026 Support \u0026 Donate\n\u003ca href=\"https://www.buymeacoffee.com/beykant\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" width=\"120px\" height=\"30px\" alt=\"Buy Me A Coffee\"\u003e\u003c/a\u003e\n\n[![Discord Banner](https://api.weblutions.com/discord/invite/luppux/)](https://discord.gg/luppux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Fhercai.core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbes-js%2Fhercai.core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Fhercai.core/lists"}