ztjhz / BetterChatGPT

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)
http://bettergpt.chat/
Creative Commons Zero v1.0 Universal
7.8k stars 2.64k forks source link

It is recommended to add the following models #512

Open AthanaD opened 6 months ago

AthanaD commented 6 months ago

The following models are very popular:

1、"gpt-4-mobile", 2、"gpt-4-s", 3、"gpt-4-classic",

gpt-4-s: GPT-4 that supports code interpreter, bing networking, and dalle drawing, corresponding to the official default GPT-4 (the response of drawing is sometimes unstable) elif ori_model_name == 'gpt-4-mobile': payload = {

构建 payload

            "action": "next",
            "messages": formatted_messages,
            "parent_message_id": str(uuid.uuid4()),
            "model":"gpt-4-mobile",
            "timezone_offset_min": -480,
            "suggestions":["Give me 3 ideas about how to plan good New Years resolutions. Give me some that are personal, family, and professionally-oriented.","Write a text asking a friend to be my plus-one at a wedding next month. I want to keep it super short and casual, and offer an out.","Design a database schema for an online merch store.","Compare Gen Z and Millennial marketing strategies for sunglasses."],
            "history_and_training_disabled": False,
            "conversation_mode":{"kind":"primary_assistant"},"force_paragen":False,"force_rate_limit":False
        }

gpt-4-mobile: GPT-4 that supports code interpreter, bing networking, and dalle drawing. It corresponds to the official mobile version of GPT-4. As of December 15, 2023, the usage of this model will not be included in GPT- 4 usage (i.e. not limited to 40 times every 3 hours)