-
### Issue OpenAI-like endpoints are prevalent
With three openai-like end points and huggingface recently moving to the same , it would "forward thinking" to make a openai-like llm class for these t…
-
### What happened?
We recently enabled structured outputs but LiteLLM is not correctly converting OAI json mode schema to VertexAI schema. We use LangChain.js's ChatOpenAI to orchestrate all our requ…
-
TogetherAI has a openai compatibility api. It allows for simple plug and play with the openai module in python. However, after setting up the `.env` file as shown below, i get the following error
Ope…
-
### 🐛 Describe the bug
openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
-
Instead of using chat-gpt, I would like to try and use a local LLM. I am sure this would take some modifications, but I think we could potentially make this work, and would be an awesome addition to t…
-
### Required prerequisites
- [X] I have searched the [Issue Tracker](https://github.com/camel-ai/camel/issues) and [Discussions](https://github.com/camel-ai/camel/discussions) that this hasn't alread…
-
Apart from the commercial LLMs that are available in the module, are you guys working on introducing other models such as Claude, Bard or similar. If that's something on the pipeline, I would like to …
-
There are various services offering an OpenAI-compatible API nowadays. Some are doing things a bit differently, which makes async-openai choke on their responses.
I've managed to reproduce the prob…
-
### 📦 部署环境
Docker
### 📌 软件版本
all
### 💻 系统环境
Other Linux
### 🌐 浏览器
Chrome
### 🐛 问题描述
dockerfile打包的时候会提示下面错误:
Dockerfile:52
--------------------
51 |
52 | >>> RUN \
53 | >>> # If…
-
TogetherAI just [announced ](https://www.together.ai/blog/function-calling-json-mode) JSON mode and function calling for their models. It currently supports these models: Mixtral, Mistra, and CodeLlam…