ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
73k stars 57.98k forks source link

[Feature Request]: support for GPT4-o #4694

Closed Qi2013 closed 2 months ago

Qi2013 commented 2 months ago

Problem Description

OpenAI released the access for GPT4-o model with cheaper price and better resutls. We should add the support for this model.

Solution Description

When users open the list for chose a model to use, he can choose gpt4-o.

Alternatives Considered

No response

Additional Context

No response

04041b commented 2 months ago

upgrade to newest version

hossain666 commented 2 months ago

from pymongo.mongo_client import MongoClient from pymongo.server_api import ServerApi

uri = "mongodb+srv://ahmedahmohammad24:@cluster1.i5lu6xo.mongodb.net/?retryWrites=true&w=majority&appName=Cluster1"

Create a new client and connect to the server

client = MongoClient(uri, server_api=ServerApi('1'))

Send a ping to confirm a successful connection

try: client.admin.command('ping') print("Pinged your deployment. You successfully connected to MongoDB!") except Exception as e: print(e)

xeastsun commented 2 months ago

upgrade to newest version

I updated to the V2.12.3, and chose the gpt-4o. image image Am I using the correct version(gpt-4o)?

zs-dima commented 2 months ago

@04041b upgrade to newest version

It is container start issue https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/4692