Skip to content

Commit

Permalink
Update output tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
tractorjuice committed May 18, 2024
1 parent 20fbf39 commit 4e250d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_faiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
st.session_state.llm = ChatOpenAI(
model_name=MODEL,
temperature=0,
max_tokens=500,
max_tokens=256,
tags=["chatbot_research2023", st.session_state.session_id],
) # Modify model_name if you have access to GPT-4

Expand Down

0 comments on commit 4e250d4

Please sign in to comment.