-
Hi, I've got an error:
invalid_request_error: model_not_found
The model 'gpt-4' does not exist or you do not have access to it. Learn more: https://help.openai.com/en/ articles/7102672-how-can-i-a…
-
I am trying to upgrade to the latest version to utilize the new Chat GPT-4o features. I've tried downloading the .exe file in two different browsers and both prevent it saying it has a virus. Is thi…
-
**Is your feature request related to a problem? Please describe.**
This should work:
```python
@streaming_action(reads=["prompt"], writes=['response'])
def streaming_response(state: State) -> …
-
Hello i am running BERTopic on a mabook pro m1 with the following parameters using precomputed embeddings with sentence transformer
```
vectorizer_model = CountVectorizer(stop_words="engli…
-
### Details
## 增加支持多模态,有图片识别功能和图片生成功能
目前只是使用了chatgpt的[Chat Completions API](https://platform.openai.com/docs/guides/text-generation/chat-completions-api)接口。所以无法支持vision功能。我希望能够增加这个功能,根据用户的问题,判断是否需要…
-
## Introduction
Appwrite allows developers to run serverless functions on Appwrite Cloud. While most of the business logic requires entirely custom code, parts of the application have a generic solut…
-
![image](https://github.com/user-attachments/assets/5aaa3655-2e50-4649-b12d-6b323ff02444)
图片中标注的那部分能够换成千问
-
### Describe the issue
Hello. I have one user proxy, with no functions registered to it. I have 3 different assistant agents, each one with their own functions registered. When I start my async …
-
i am physics student and i use chat gpt. lately when i put a problem or when i upload a page of my science text usually mathematics i get answers that is only machine readable ,like it looks like a p…
-
Hi, it looks like the conversation history is only loaded in `console` mode, but not in `chat` (i.e., Shiny app) mode. Could you check and resolve this? I already set `include_history = TRUE` for both…