openai.go 70 B

123456
  1. package types
  2. type OpenAI struct {
  3. BaseUrl string
  4. ApiKey string
  5. }