mirror of
https://github.com/Kakune55/PyGetGPT.git
synced 2025-08-13 06:16:56 +08:00
更新 gpt4Turbo.py
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import openai , config
|
||||
|
||||
openai.api_key = config.readConf()["gpt3.5turbo"]["Authorization"]
|
||||
openai.base_url = config.readConf()["gpt3.5turbo"]["url"]
|
||||
openai.api_key = config.readConf()["gpt4.0turbo"]["Authorization"]
|
||||
openai.base_url = config.readConf()["gpt4.0turbo"]["url"]
|
||||
|
||||
def service(prompt,history = ""):
|
||||
if history == "":
|
||||
|
Reference in New Issue
Block a user