-
**I am using:**
docker-compose up --build
**Set up .env file in root folder:**
VITE_LLM_MODELS_PROD="diffbot,openai-gpt-3.5,openai-gpt-4o"
OPENAI_API_KEY="your-openai-key"
**But get the follo…
-
I have tried to run the code review on gpt 3.5 but I have encountered the following issue. Not quite sure where the error occurs.
My configuration is the same as the tutorial.
-
Hi!
Is there anything wrong about Tab9? The **GPT-3.5 Fine-Tuning Runs on XSUM (In-Domain)** should be **GPT-3.5 Fine-Tuning Runs on XSUM (out-of-Domain)** due the result is on CNN dataset.
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/axolotl-ai-cloud/axolotl/labels/bug) didn't find any similar reports.
###…
-
### Bug Description
When the node is executed it changes the open ai model to gpt 3.5 and generates an error.
### To Reproduce
11. Add an agent to the workflow
2. Choose a model from open ai. I us…
-
I have first tested TeachAnything with test-ada-001 model and it worked 2 months ago, but now it doesn't, same for Pizzagpt.
many other providers return errors
is this accounted for / documente…
-
1. 在v2.13.0版本扩展了CUSTOM_MODELS支持的语法
> 支持通过`@`指定provider,支持通过`=`指定deploy_name
2. 解决Azure和OpenAI的模型不能共存的问题
> `+gpt-3.5-turbo@openai,+gpt-3.5-turbo@azure=gpt-3.5`
> 以上配置会分别展示两个模型`gpt-3.5-turbo(OpenAI)…
-
- [X] This is actually a bug report.
- [ ] I am not getting good LLM Results
- [ ] I have tried asking for help in the community on discord or discussions and have not received a response.
- [X] I …
-
Hey folks so here is my recommended gameplan for our goal to be able to take arbitrarily formatted scripts and convert them all to the same format of our choosing. We will begin in integrate our solu…
-
I'm using gpt-3.5-turbo for completion as it's much cheaper than davinci model.
Here's error log if i use gpt-3.5-turbo. I hope extension also supports chat/completions
```
AI Provider:…