Jesse R Weigel
|
4666ea0150
|
fix misspelling
|
2023-04-13 21:57:31 -04:00 |
Drikus Roor
|
d1ea6cf002
|
lint: Fix all E302 linting errors
|
2023-04-13 10:50:51 +02:00 |
Andres Caicedo
|
4ca12e216d
|
Merge branch 'master' into dev
|
2023-04-10 09:58:13 +02:00 |
Andres Caicedo
|
011699e6a1
|
Code review changes
|
2023-04-09 15:39:11 +02:00 |
Dino Hensen
|
c1326469b2
|
The function default serialized gpt-4 value at import time, leading to yield a value of gpt-4 after setting gpt3only when not passing a value for model to the function when calling it, this fixes it
|
2023-04-06 17:15:40 +02:00 |
Andres Caicedo
|
1b7b367ce9
|
Update call_ai_function.py
Standardize importation of libraries to top.
|
2023-04-04 10:56:56 +02:00 |
Andres Caicedo
|
765210f0cd
|
Add extra documentation
|
2023-04-03 14:10:02 +02:00 |
Taylor Brown
|
30f8ed95e1
|
Remove unused imports
|
2023-04-02 21:52:50 -05:00 |
Taylor Brown
|
ae9448cb89
|
Consolidate calls to openai
Starting to abstract away the calls to openai
|
2023-04-02 21:51:07 -05:00 |
Taylor Brown
|
80ccd10d0b
|
Use gpt-4 by default for the main thought process
Allow specifying the llm through dotenv
Move more things into config
|
2023-04-02 21:35:28 -05:00 |
Taylor Brown
|
3e587bc7fb
|
Make the json_parser more robust
For some reason the bot keeps prefacing its JSON. This fixes it for now.
|
2023-04-02 18:50:51 -05:00 |