kopia lustrzana https://github.com/biobootloader/wolverine
openAI key + model selection
added some functions to select models in command line + ability to paste the api key in command line if not setpull/37/head
rodzic
c75cce293a
commit
45c1100243
|
@ -56,7 +56,7 @@ def model_choice(model):
|
|||
model_choice(DEFAULT_MODEL)
|
||||
|
||||
|
||||
with open("../prompt.txt", encoding="utf-8") as file:
|
||||
with open("prompt.txt", encoding="utf-8") as file:
|
||||
SYSTEM_PROMPT = file.read()
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue