Skip to content

Commit

Permalink
Update royal_game_6_experimental_layout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Hutchinson committed Jun 22, 2023
1 parent c460e1a commit 80692bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions royal_game_6_experimental_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ def self_grading_chatbot():
if 'answer' not in st.session_state:
st.session_state['answer'] = None

if 'answer' not in st.session_state:
st.session_state['conversation'] = []

llm = ChatOpenAI(model_name="gpt-3.5-turbo-16k", openai_api_key=st.secrets["openai_api_key"])

if 'buffer_memory' not in st.session_state:
Expand Down

0 comments on commit 80692bc

Please sign in to comment.