diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-24 20:08:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 20:08:55 +0200 |
commit | 40746635be20c45e57c48e8f0d2a0d32147c1b63 (patch) | |
tree | b77d370a488afbfe6ca26b3bd1d19ea9e02b0019 /requirements.txt | |
parent | ora userid and session token for gpt-4 (diff) | |
parent | Added GUI (diff) | |
download | gpt4free-40746635be20c45e57c48e8f0d2a0d32147c1b63.tar gpt4free-40746635be20c45e57c48e8f0d2a0d32147c1b63.tar.gz gpt4free-40746635be20c45e57c48e8f0d2a0d32147c1b63.tar.bz2 gpt4free-40746635be20c45e57c48e8f0d2a0d32147c1b63.tar.lz gpt4free-40746635be20c45e57c48e8f0d2a0d32147c1b63.tar.xz gpt4free-40746635be20c45e57c48e8f0d2a0d32147c1b63.tar.zst gpt4free-40746635be20c45e57c48e8f0d2a0d32147c1b63.zip |
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f9d6351a..eb2ac24c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ tls-client pypasser names colorama -curl_cffi
\ No newline at end of file +curl_cffi +streamlit==1.21.0
\ No newline at end of file |