-
## Problem
AIConfig currently unnecessarily couples conversation / multi-turn chat history with the config itself. It uses 'remember_chat_context' and [extracts the conversation history from previous…
-
### Your current environment
The output of `python collect_env.py`
```text
root@1ea91861f035:/vllm-workspace# python3 collect_env.py
Collecting environment information...
PyTorch version: 2.3…
-
**The bug**
getting the following error
openai.BadRequestError: Error code: 400 - {'error': {'message': "[] is too short - 'messages'", 'type': 'invalid_request_error', 'param': None, 'code': None}}…
-
Unless we have an Open Source LLM with a 1M+ token context length then we need vector search for the assistant API: https://github.com/mudler/LocalAI/issues/1273#issuecomment-1971736182
Even with a…
-
When running `source tools/configure_llms.sh`, even without selecting a choice the script ends with an error. This is probably because of `read -p`.
```
=== LLM Configuration Tool ===
Select an…
-
### What happened?
I attempted to configure OpenRouter using `OPENROUTER_API_KEY` to override the OpenAI endpoint, to use gpt-3.5/gpt-4 and plugins with them instead of OpenAI. However, this modifi…
-
Great add-on.
Error I got:
Using a valid OpenAI API key:
1) If I use Open API Base URL: https://api.openai.com/v1 OR https://api.openai.com/v1/
I got this error message:
{
"status": 404,
"…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
如何调用python版本的openai-style api接口?
### Reproduction
llamafactory-cli api examples/inference/qwen2_vl.yaml…
-
- [ ] [No More Hustleporn: How Does OpenAI Plugins/Browser Work? A Thread of Detailed Analysis on the Server Interaction](https://www.nomorehustleporn.com/no-more-hustleporn-how-does-openai-plugins-br…
-
```python
>>> ai = AIChat(api_key=OPENAI_API_KEY, console=False, params={"temperature": 0, "max_tokens": 100})
>>> ai("Hi")
>>> ai("Write me a poem over 4 lines.")
>>> ai.get_session().messages
[…