Skip to content

Commit

Permalink
use openai/openai-go go openai client as primary
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinagae committed Sep 3, 2024
1 parent 0165535 commit 78f6e0a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/openai2/convert.go → plugins/openai/convert.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import (
"fmt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import (
"reflect"
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai2/gpt.go → plugins/openai/gpt.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import "github.com/firebase/genkit/go/ai"

Expand Down
2 changes: 1 addition & 1 deletion plugins/openai2/openai.go → plugins/openai/openai.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import (
"github.com/firebase/genkit/go/ai"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import (
"reflect"
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai2/utils.go → plugins/openai/utils.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package openai2
package openai

import (
"encoding/json"
Expand Down

0 comments on commit 78f6e0a

Please sign in to comment.