Spaces:
Sleeping
Sleeping
Commit
·
1af021a
1
Parent(s):
ab53869
added friendly warning about gpt key
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ user_question: str = st.text_area("Enter your groovy questions here")
|
|
25 |
access_key: str = st.text_input("Enter your gpt key here", type="password")
|
26 |
st.markdown("*For more information about how to get an access key, read [this article](https://platform.openai.com/api-keys).*", unsafe_allow_html=True)
|
27 |
gpt_type: str = st.selectbox(label="Choose GPT Type", options=["gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0125", "gpt-4-32k-0613", "gpt-4-0613", "gpt-4-0125-preview"], index=0)
|
28 |
-
st.markdown("*For more information about GPT types, read [this article](https://platform.openai.com/docs/models)
|
29 |
|
30 |
if st.button('Query Database') & (access_key != "") & (user_question != ""):
|
31 |
openai_client = OpenAI(api_key=access_key)
|
|
|
25 |
access_key: str = st.text_input("Enter your gpt key here", type="password")
|
26 |
st.markdown("*For more information about how to get an access key, read [this article](https://platform.openai.com/api-keys).*", unsafe_allow_html=True)
|
27 |
gpt_type: str = st.selectbox(label="Choose GPT Type", options=["gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-0125", "gpt-4-32k-0613", "gpt-4-0613", "gpt-4-0125-preview"], index=0)
|
28 |
+
st.markdown("*For more information about GPT types, read [this article](https://platform.openai.com/docs/models). Make sure it has money in it ☠️*", unsafe_allow_html=True)
|
29 |
|
30 |
if st.button('Query Database') & (access_key != "") & (user_question != ""):
|
31 |
openai_client = OpenAI(api_key=access_key)
|
chromadb/a81ece71-a3dd-473b-b74b-da3ab01ee2b8/data_level0.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4236000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95042e844cfb77b20e578cf65635282a99d7c4dd20e589ac062f38bc389f8e58
|
3 |
size 4236000
|
chromadb/a81ece71-a3dd-473b-b74b-da3ab01ee2b8/length.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc19b1997119425765295aeab72d76faa6927d4f83985d328c26f20468d6cc76
|
3 |
size 4000
|