Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shelm committed Nov 20, 2024
1 parent 67b7871 commit f3f1a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ request = {
'temperature': 0.8,
'history': [
["How much does a banana cost?", "Hello there! As a helpful shopping assistant, I'd be happy to help you find the price of a banana. According to the data provided, the cost of a banana is $0.80. So, one banana costs $0.80."]
]
],
'n_ctx' : 5000
}

with requests.post(api_base + '/assist', json=request) as response:
Expand Down

0 comments on commit f3f1a55

Please sign in to comment.