Joshua Sundance Bailey
commited on
Commit
·
494dc5a
1
Parent(s):
2877441
pin versions
Browse files- pyproject.toml +0 -0
- requirements.txt +6 -6
pyproject.toml
DELETED
File without changes
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
anthropic
|
2 |
-
langchain
|
3 |
-
langsmith
|
4 |
-
openai
|
5 |
streamlit==1.26.0
|
6 |
-
streamlit-feedback
|
7 |
-
tiktoken
|
|
|
1 |
+
anthropic==0.3.11
|
2 |
+
langchain==0.0.293
|
3 |
+
langsmith==0.0.38
|
4 |
+
openai==0.28.0
|
5 |
streamlit==1.26.0
|
6 |
+
streamlit-feedback==0.1.2
|
7 |
+
tiktoken==0.5.1
|