chatbox
chatbox copied to clipboard
[Feature] Add Solar LLM API
Problem Description Could you please add solar llm API in config?
Proposed Solution It uses the same API as OpenAI/Azure, it should be easy to add Solar API:
curl --location 'https://api.upstage.ai/v1/solar/chat/completions' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"model": "upstage/solar-1-mini-chat",
Additional Context Check out https://console.upstage.ai/
Solar LLM is one one of the top LLM https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0 in HuggingFace.
问题描述 请描述您遇到的问题或难题,以及为什么这使得使用软件变得困难或令人沮丧。
解决思路 请提供一个清晰、简洁的描述,说明您希望看到的功能或解决方案。
附加上下文 请提供任何其他上下文或信息,以便更好地理解您的功能请求,例如截图、示例或用例。