steve7909 commited on
Commit
3f66d9b
1 Parent(s): d93f0fb

updated requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +0 -1
app.py CHANGED
@@ -101,8 +101,6 @@ def predict(message, history):
101
  # removed from prompt
102
  # The student's translation need not match the provided English translation exactly, but it should be accurate to the Japanese text.
103
 
104
-
105
-
106
  # Start your history with a SystemMessage containing the setup prompt
107
  history_langchain_format = [AIMessage(content=initial_setup)]
108
  #history_langchain_format.append(HumanMessage(content="Let's start."))
 
101
  # removed from prompt
102
  # The student's translation need not match the provided English translation exactly, but it should be accurate to the Japanese text.
103
 
 
 
104
  # Start your history with a SystemMessage containing the setup prompt
105
  history_langchain_format = [AIMessage(content=initial_setup)]
106
  #history_langchain_format.append(HumanMessage(content="Let's start."))
requirements.txt CHANGED
@@ -26,7 +26,6 @@ langsmith==0.1.38
26
  matplotlib==3.8.3
27
  murmurhash==1.0.7
28
  numpy==1.26.4
29
- openai==1.9.0
30
  orjson==3.9.15
31
  packaging==23.2
32
  pandas==2.2.1
 
26
  matplotlib==3.8.3
27
  murmurhash==1.0.7
28
  numpy==1.26.4
 
29
  orjson==3.9.15
30
  packaging==23.2
31
  pandas==2.2.1