File size: 300 Bytes
53c31f4
 
 
 
 
 
 
3d74dfd
53c31f4
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "beyond-chatgpt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "chainlit==2.2.1",
    "cohere==4.37",
    "openai==1.3.5",
    "pydantic==2.10.1",
    "python-dotenv==1.0.0",
    "tiktoken==0.5.1",
]