Skip to content

Commit

Permalink
fix: configure OpenAI function to intercept requests (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 20, 2023
1 parent 8f12700 commit faa3027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/python/__init__package.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from {{packageName}}.providers.pipeline_run import PipelineRun, flush
from {{packageName}}.providers.step_run import StepRun
from {{packageName}}.providers.utils import to_date_string

from {{packageName}}.providers.getters import providers
from {{packageName}}.providers.getters import configure_openai

api_key = ""
host = ""

0 comments on commit faa3027

Please sign in to comment.