Jack Gerrits 5e8840d13c Python: organize packages in package directory (#420)
* Move packages to packages directory

* remove screenshot

* update some paths
2024-08-28 13:35:21 -04:00

11 lines
334 B
Python

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"
}
"""