Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract openai API calls and retry at lowest level #3696

Merge branch 'master' into refactor/extract-openai-api-calls

482d161
Select commit
Loading
Failed to load commit list.
Merged

Extract openai API calls and retry at lowest level #3696

Merge branch 'master' into refactor/extract-openai-api-calls
482d161
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 8, 2023 in 0s

92.22% of diff hit (target 80.00%)

View this Pull Request on Codecov

92.22% of diff hit (target 80.00%)

Annotations

Check warning on line 112 in autogpt/llm/providers/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpt/llm/providers/openai.py#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 222 in autogpt/llm/providers/openai.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpt/llm/providers/openai.py#L222

Added line #L222 was not covered by tests

Check warning on line 75 in autogpt/llm/utils/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpt/llm/utils/__init__.py#L75

Added line #L75 was not covered by tests

Check warning on line 82 in autogpt/llm/utils/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpt/llm/utils/__init__.py#L82

Added line #L82 was not covered by tests

Check warning on line 134 in autogpt/llm/utils/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

autogpt/llm/utils/__init__.py#L134

Added line #L134 was not covered by tests