Skip to content

Commit 09663e2

Browse files
committed
Ceci est un test pourquoi ?
Signed-off-by: Armand <arm.gilles@gmail.com>
1 parent bdbc50e commit 09663e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vcub_keeper/llm/agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def create_chat(model: str, temperature: float = 0.1, agent_name_monitor: str =
5151
Examples
5252
--------
5353
chat_llm = create_chat(model="mistral-small-latest", temperature=0.1)
54+
pouquoi ??
5455
"""
5556
# To avoid rate limit errors (429 - Requests rate limit exceeded)
5657
rate_limiter = InMemoryRateLimiter(requests_per_second=3, check_every_n_seconds=0.3, max_bucket_size=4)

0 commit comments

Comments
 (0)