Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
J1147
/
CoW
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
update bridge default_bot=openAI
master
xyc0123456789
2 anni fa
parent
27c929d831
commit
71057d9732
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bridge/bridge.py
+ 1
- 1
bridge/bridge.py
Vedi File
@@ -6,4 +6,4 @@ class Bridge(object):
pass
def fetch_reply_content(self, query, context):
return bot_factory.create_bot("
chatGPT
").reply(query, context)
return bot_factory.create_bot("
openAI
").reply(query, context)
Write
Preview
Loading…
Annulla
Salva