Skip to content

Commit

Permalink
feat: 🎸 gpt-3.5-turbo -> gpt-4
Browse files Browse the repository at this point in the history
resolve #26
  • Loading branch information
ThaddeusJiang committed Aug 8, 2023
1 parent 953381f commit bae59e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ParsedEvent, ReconnectInterval, createParser } from "eventsource-parser
import { Configuration, OpenAIApi } from "openai"

export enum OpenAIModel {
GTP = "gpt-3.5-turbo"
GTP = "gpt-4"
}

const apiKey = process.env.OPENAI_API_KEY
Expand Down

1 comment on commit bae59e8

@vercel
Copy link

@vercel vercel bot commented on bae59e8 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

aier – ./

aier-git-dev-thaddeusjiang.vercel.app
aier.app
aier-thaddeusjiang.vercel.app
www.aier.app

Please sign in to comment.