Skip to content
Snippets Groups Projects
Unverified Commit a61a6a5d authored by Kenan Deniz's avatar Kenan Deniz Committed by GitHub
Browse files

fixes #10654 (#10657)

parent 660cf70a
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ def get_program_for_llm( ...@@ -44,7 +44,7 @@ def get_program_for_llm(
# in default mode, we try to use the OpenAI program if available else # in default mode, we try to use the OpenAI program if available else
# we fall back to the LLM program # we fall back to the LLM program
try: try:
from llama_index.program.openai_program import ( from llama_index.program.openai import (
OpenAIPydanticProgram, OpenAIPydanticProgram,
) # pants: no-infer-dep ) # pants: no-infer-dep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment