RocketChat / Apps.RC.AI.Programmer

Generate short code snippets in various languages using LLMs within Rocket.Chat. Share directly or create pull requests on GitHub.
3 stars 1 forks source link

Replace OpenAI GPT with open-source LLM (mistral-7b) #6

Closed RyanbowZ closed 5 months ago

RyanbowZ commented 5 months ago

Due to community regulations, we cannot use OpenAI GPT APIs. Rather, we should integrate open-source LLMs within the project. A good start for this open-source LLM is mistral-7b, which can supports code generation tasks well.

RyanbowZ commented 5 months ago

closed in #2