Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files
babyagi/babyagi.py
CHANGED
@@ -850,7 +850,7 @@ if __name__ == "__main__":
|
|
850 |
main()
|
851 |
|
852 |
|
853 |
-
|
854 |
OBJECTIVE = message
|
855 |
loop = True
|
856 |
result_all = ""
|
|
|
850 |
main()
|
851 |
|
852 |
|
853 |
+
def completion(message: str, history=None, c=None, d=None, prompt="あなたは日本語の優秀なアシスタントです。"):
|
854 |
OBJECTIVE = message
|
855 |
loop = True
|
856 |
result_all = ""
|
controllers/gpt_enginner20240623173613
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit fd537f1c9f7e742a6b02dd36ebab1a62e6775d55
|