5 Commits

Author SHA1 Message Date
reletreby
11bf404b7f
Update base.py
When the port is set to `0`, the URI is randomized every time the code is used. This makes it difficult to register a specific URI with `OAuth 2.0 Client`. Fixing the port resolves this. You can now add the following to `Authorized redirect URIs`: `http://localhost:8080/`
2023-03-10 09:20:11 -05:00
Jerry Liu
e97bb81915
swap out gpt_index imports for llama_index imports (#49)
* cr

* cr

* cr

---------

Co-authored-by: Jerry Liu <jerry@robustintelligence.com>
Co-authored-by: Jesse Zhang <jessetanzhang@gmail.com>
2023-02-20 21:46:58 -08:00
EmptyCrown
98156973a8 Requirements txt implemented 2023-02-03 20:41:20 -08:00
EmptyCrown
5cfa2a5098 Updated library 2023-02-02 23:31:03 -08:00
EmptyCrown
fe34690448 Package working 2023-02-01 16:42:50 -08:00