Skip to content

Commit

Permalink
fix(project): fix project args type
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnatarHe committed Aug 23, 2023
1 parent 0555de0 commit 55b545a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schema/types/project.gql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ input ProjectPayload {
enabled: Boolean
openAIBaseURL: String
openAIModel: String
openAIToken: String
openAITemperature: Float
openAITopP: Float
openAIMaxTokens: Int
Expand All @@ -30,7 +29,6 @@ type Project {
enabled: Boolean!
openAIBaseURL: String!
openAIModel: String!
openAIToken: String!
openAITemperature: Float!
openAITopP: Float!
openAIMaxTokens: Int!
Expand Down

0 comments on commit 55b545a

Please sign in to comment.