Skip to content

Commit

Permalink
chore: Update import paths for Azure and OpenAI packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyarbij committed Jun 22, 2024
1 parent 338085b commit ce73a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/Gyarbij/azure-oai-proxy/pkg/azure"
"github.com/Gyarbij/azure-oai-proxy/pkg/openai"
"github.com/gyarbij/azure-oai-proxy/pkg/azure"
"github.com/gyarbij/azure-oai-proxy/pkg/openai"
"github.com/gin-gonic/gin"
"log"
"net/http"
Expand Down

0 comments on commit ce73a08

Please sign in to comment.