Skip to content

Commit c1be7db

Browse files
committed
updated README with disclaimer; updated API to run on curie instead of davinci
1 parent 95f2fdf commit c1be7db

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ npm run dev
4545

4646
[Take a look at our devpost](https://devpost.com/software/math-gpt)!
4747

48+
## Disclaimer
49+
50+
The authors of this project do not assume any responsibility or liability for any damages, losses, or consequences of illegitimate or unintended uses of this site or code. The authors reserve the right to accuse any accuser with even greater accusations.
51+
52+
That being said, if anything bad happens, please let us know, and we'll make tea and read instruction manuals or something: whatever you're supposed to do in a crisis.
53+
54+
No animals were harmed in the making of this project, but more than one human was sleep-deprived.

pages/api/gpt3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default async function handler(
4141
console.log('Handling chatGPT: total prompt and context:', total_prompt)
4242

4343
const completion = await openai.createCompletion({
44-
model: 'text-davinci-003',
44+
model: 'text-curie-001',
4545
// append prompt to the end of the prompt context
4646
prompt: total_prompt,
4747
temperature: 0.3,

0 commit comments

Comments
 (0)