-
Replacing it by the model with the **_gpt-4-vision-preview_** model with the **_gpt-4o_** model which is recommended here: [https://platform.openai.com/docs/deprecations](https://platform.openai.com/d…
-
Whose API is this project using? Is it using the gpt-4-vision-preview model?
-
目前開放了gpt-4-vision-preview以及DALL·E 3的API,希望作者能參考更新這些功能,謝謝!
-
### Problem Description
> 所有 gpt 开头的模型(除 gpt-4-vision-preview)都会默认为支持模型调用
有一些非gpt模型也支持langchain,比如通过MartialBE/one-api转发的非OpenAI模型的函数调用
### Solution Description
能不能类似custom_model,在环境变量或者设置界面上,提供一…
-
### Bug Description
I follow your sample https://docs.llamaindex.ai/en/stable/examples/index_structs/struct_indices/SQLIndexDemo/#part-1-text-to-sql-query-engine
`from llama_index.core.query_engine …
szcc updated
2 months ago
-
xxx@DESKTOP-MOA1P57:/mnt/e/Project/WindowsAgentArena/scripts$ ./run-local.sh
Using configuration file: /mnt/e/Project/WindowsAgentArena/config.json
Using mode: azure
Using VM Setup Image path: /mnt/e/…
-
In order to perform a correct supabase upgrade with an existing DB, I think it is mandatory to create a new file to do the migration between existing sql schema or value and new ones.
The content o…
-
主题 berry 启用方式:启动的时候添加环境变量 THEME=berry 即可,未来会允许直接在后台改
感谢主题作者:https://github.com/MartialBE
欢迎在此提交相关问题。
---
2024年4月5日:berry 主题目前相比默认主题缺失的功能:
1. 令牌维度模型限制;
2. 令牌维度 ip 限制;
3. 渠道批量添加 key;
4. …
-
If you want to send img to gpt vision, you have to pass it in payload like this, where "content" - array
```
payload = {
"model": "gpt-4-vision-preview",
"messages": [
{
"role": "u…
-
First ,thanks for this amazing project.
As GPT-4 vision chat completion endpoint was introduced in v0.7.8,
an update of example in README.md would be great.