update
This commit is contained in:
parent
ca34e6246e
commit
388d8e104b
|
@ -168,3 +168,4 @@ __pycache__/
|
||||||
BTExpansionCode/llm_test/LLM_Evaluation_Kit/llms/gpt3.py
|
BTExpansionCode/llm_test/LLM_Evaluation_Kit/llms/gpt3.py
|
||||||
BTExpansionCode/llm_test/LLM_Evaluation_Kit_最终存档0627/apis/ERNIE_KEYS.txt
|
BTExpansionCode/llm_test/LLM_Evaluation_Kit_最终存档0627/apis/ERNIE_KEYS.txt
|
||||||
BTExpansionCode/llm_test/LLM_Evaluation_Kit_最终存档0627/llms/gpt3.py
|
BTExpansionCode/llm_test/LLM_Evaluation_Kit_最终存档0627/llms/gpt3.py
|
||||||
|
BTExpansionCode/llm_test/LLM_Evaluation_Kit/llms/gpt3_old.py
|
||||||
|
|
|
@ -6,7 +6,7 @@ from openai import OpenAI
|
||||||
class LLMGPT3():
|
class LLMGPT3():
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.client = OpenAI(
|
self.client = OpenAI(
|
||||||
base_url="", api_key=""
|
base_url="https://api.chatgptid.net/v1", api_key="sk-U3lHYdKBlISo2gssCa715e292bF5463bAb5898638eC3D0Ea"
|
||||||
)
|
)
|
||||||
|
|
||||||
def request(self,message): # question
|
def request(self,message): # question
|
||||||
|
|
Loading…
Reference in New Issue