-
i am using gpt4.0 mini model. but when i ask the bot, it said it was using gpt3.5 model
-
![1722240922998](https://github.com/user-attachments/assets/919be976-4029-4534-bd46-5463de67a13e)
这里经过gpt3.5回答之后,回答有时会包含json格式的答案(但里面除了json格式的答案之后,还有一些废话,所以导致下面的loads函数报错。)。我改了代码之后,还是会报错,因为gpt3.5生成答案…
-
Hello there, the search end point(purpose) as been deprecated is there any alternative solution on this. This happens at CE-BEIR notebook.
Thanks in advance.
-
It would be great to support ollama to use the LLM model
-
我最近有一项dspy的prompt实验,想对比一下不同llm的效果,我不知道该如何接入deepseek,使用官方的OpenAI方法会报错:
```
deepseek = dspy.OpenAI(api_base ='https://api.deepseek.com/v1',
api_key='*********',
model='dee…
-
由于网络以及权限问题,我们无法在reasoning_and_editing.py调用GPT-3.5-Turbo,请问能否提供使用LLama2来进行标题编辑生成的代码呢?
-
### What do you need?
I have a fine-tuned openAI gpt3.5 model I'd like to reference. It is not in the list (clearly) how can I get fabric to accept the model name?
it has a name like like "ft:…
-
### Describe the Bug
I'm using custom api, settings are as follows:
```
"chatgpt.gpt3.apiKey": "sk-qExxx",
"chatgpt.gpt3.apiBaseUrl": "https://api.132006.xyz",
"chatgpt.gpt3.model": "gpt-4-1106…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
### Description of the new feature / enhancement
It should be possible to configure the model used (currently fixed as `gpt3.5-turbo`) and endpoint (currently fixed as OpenAI's) to arbitrary values
…