Skip to content

Commit 4aa7511

Browse files
Luboslav Yordanovclaude
authored andcommitted
fix: Force Python 3.11 for Streamlit Cloud deployment
tiktoken==0.7.0 requires Rust compiler on Python 3.13 (no prebuilt wheels). Using Python 3.11 to ensure smooth deployment on Streamlit Cloud. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5e44363 commit 4aa7511

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.streamlit/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[server]
2+
headless = true
3+
port = 8501
4+
5+
[python]
6+
version = "3.11"

0 commit comments

Comments
 (0)