Skip to content

Commit

Permalink
examples: Fix up import in openai debugging example (tmc#704)
Browse files Browse the repository at this point in the history
examples: Fix up import
  • Loading branch information
tmc authored Mar 21, 2024
1 parent be54dc1 commit 3da52d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"flag"
"fmt"
"log"
"net/http/httputil"

"github.com/tmc/langchaingo/httputil"
"github.com/tmc/langchaingo/llms"
"github.com/tmc/langchaingo/llms/openai"
)
Expand Down

0 comments on commit 3da52d3

Please sign in to comment.