repeat problem

#17
by gulixin0922 - opened

I used model:command-r-plus with langchain. It has repeat problem.

chat_llm:
type: 'ChatCohere'
model: 'command-r-plus'
cohere_api_key: ''
max_tokens: 1000
temperature: 0.01

image.png

Try to pass a parameter called repetition_penalty with a value of 1.1.
Without this, the output begins repeating.

Cohere For AI org

Hi, this issue looks resolved so closing it but feel free to reopen in case you're still facing any issues related to this.

shivi changed discussion status to closed

Sign up or log in to comment