You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- skip_openai: bool = False
- skip_redis: bool = False
- skip_docker: bool = False
- reason: str = "requested to skip"
- MOCK_OPEN_AI_API_KEY: str = "sk-mockopenaiAPIkeyinexpectedformatfortestingonly"
- MOCK_CHAT_COMPLETION_KWARGS: str = """
- {
- "api_key": "sk-mockopenaiAPIkeyinexpectedformatfortestingonly",
- "model": "gpt-4o-2024-05-13"
- }
- """
|