happens more when I make calls to Anthropic to
https://api.anthropic.com/v1/complete {
"prompt": "\n\nHuman: {{ProposalGPT}}. Here is the information to build the proposal from: {{User Messages}}, Timeline: {{timeline}} . Today's date is {{todayis}}. This is your chat memory:{{Message History}} \n\nAssistant:",
"model": "claude-2.1",
"max_tokens": 100000,
"max_tokens_to_sample": 100000,
"temperature": 0.5,
"top_p": 1.0,
"frequency_penalty": 0.5,
"presence_penalty": 0.0,
"stop_sequences": ["Human:", "Assistant:"]
}