chateval / ui

Front-end for ChatEval platform. Written using React, Next.js and ES6 JavaScript.
https://chateval.org
2 stars 1 forks source link

Conversations only show the first 200 ... CMDB has 1k prompts #21

Open jsedoc opened 4 years ago

jsedoc commented 4 years ago

This is a bug from https://github.com/chateval/ui/blob/master/pages/conversations.js#L43

kirubarajan commented 4 years ago

Fixed with this commit.

kirubarajan commented 4 years ago

For reference: a front-end opportunity missed since the API is up-to-date with supporting arbitrary number of model responses.

jsedoc commented 4 years ago

Looks like there's an issue with the new code

image

kirubarajan commented 4 years ago

Is this being live or being run locally? Which version of the API are you running?

jsedoc commented 4 years ago

I tried it in production and then rolled back. blush