Skip to content

Commit

Permalink
Set AUTOGEN_USE_DOCKER to 'no'
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed May 21, 2024
1 parent fedbd30 commit ccabd0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions captn/captn_agents/backend/teams/_team.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import datetime
import json
import os
import time
import traceback
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, TypeVar
Expand All @@ -14,6 +15,8 @@

_completions_create_original = autogen.oai.client.OpenAIClient.create

os.environ["AUTOGEN_USE_DOCKER"] = "no"


# WORKAROUND for consistent 500 error code when using openai functions
@patch # type: ignore
Expand Down

0 comments on commit ccabd0a

Please sign in to comment.