Resolved merge conflicts and merged pr_218 into STREAMLIT_CHAT_IMPLEMENTATION
This commit is contained in:
parent
194acff111
commit
f34f561617
10 changed files with 5 additions and 4 deletions
|
@ -49,8 +49,8 @@ Please note the following:
|
|||
|
||||
## Todo <a name="todo"></a>
|
||||
|
||||
- [ ] Add a GUI for the repo
|
||||
- [ ] Make a general package named `openai_rev`, instead of different folders
|
||||
- [x] Add a GUI for the repo
|
||||
- [x] Make a general package named `openai_rev`, instead of different folders
|
||||
- [ ] Live api status to know which are down and which can be used
|
||||
- [ ] Integrate more API's in `./unfinished` as well as other ones in the lists
|
||||
- [ ] Make an API to use as proxy for other projects
|
||||
|
|
|
@ -7,7 +7,7 @@ import streamlit as st
|
|||
from streamlit_chat import message
|
||||
from query_methods import query, avail_query_methods
|
||||
import pickle
|
||||
|
||||
import openai_rev
|
||||
|
||||
conversations_file = "conversations.pkl"
|
||||
|
||||
|
@ -71,9 +71,10 @@ if st.sidebar.button("New Conversation"):
|
|||
st.session_state['current_conversation'] = {'user_inputs': [], 'generated_responses': []}
|
||||
st.session_state['input_field_key'] += 1
|
||||
|
||||
|
||||
print(openai_rev.Provider.__methods__.keys())
|
||||
st.session_state['query_method'] = st.sidebar.selectbox(
|
||||
"Select API:",
|
||||
|
||||
options=avail_query_methods.keys(),
|
||||
index=0
|
||||
)
|
||||
|
|
BIN
openai_rev/forefront/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
openai_rev/forefront/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
BIN
openai_rev/forefront/__pycache__/mail.cpython-39.pyc
Normal file
BIN
openai_rev/forefront/__pycache__/mail.cpython-39.pyc
Normal file
Binary file not shown.
BIN
openai_rev/forefront/__pycache__/models.cpython-39.pyc
Normal file
BIN
openai_rev/forefront/__pycache__/models.cpython-39.pyc
Normal file
Binary file not shown.
BIN
openai_rev/quora/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
openai_rev/quora/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
BIN
openai_rev/quora/__pycache__/api.cpython-39.pyc
Normal file
BIN
openai_rev/quora/__pycache__/api.cpython-39.pyc
Normal file
Binary file not shown.
BIN
openai_rev/quora/__pycache__/mail.cpython-39.pyc
Normal file
BIN
openai_rev/quora/__pycache__/mail.cpython-39.pyc
Normal file
Binary file not shown.
BIN
openai_rev/theb/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
openai_rev/theb/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
BIN
openai_rev/you/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
openai_rev/you/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
Loading…
Reference in a new issue