fe7995a118
This is the first commit which provides all the first stack for a working chat. This is a first implementation with: - Vercel SDK for the frontend part - OpenAI Agent SDK for the backend The stack can use a local LLM with docker ot a remote one. This implementation is more a draft, but it provides the project structure. All tests are working even if we lack a lot of them.
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
# For the CI job test-e2e
|
|
BURST_THROTTLE_RATES="200/minute"
|
|
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
|
|
SUSTAINED_THROTTLE_RATES="200/hour"
|