Giter VIP home page Giter VIP logo

application's Issues

New user creation not working

Request Method: POST
https://my.chateval.org/accounts/signup/
2.0.8
NameError
name 'User' is not defined
/app/eval/views.py in signup_view, line 85
/app/.heroku/python/bin/python
3.6.5
['/app/.heroku/python/bin', '/app', '/app/.heroku/python/lib/python36.zip', '/app/.heroku/python/lib/python3.6', '/app/.heroku/python/lib/python3.6/lib-dynload', '/app/.heroku/python/lib/python3.6/site-packages']
Tue, 5 Feb 2019 22:15:51 +0000

Conversations page bug

When selecting the conversation dataset and no model the backend throws an error

`Conversations._callee$
./pages/conversations.js:30
27 | const prompts = promptsData.prompts.slice(0, 200);
28 |
29 | let responses = [];

30 | for (const model of this.state.models) {
31 | const responsesRequest = await fetch('https://api.chateval.org/api/responses?evalset=' + this.state.evalset + "&model_id=" + model.value);
32 | const responsesData = await responsesRequest.json();
33 | responses.push({ model_id: model.value, responses: responsesData.responses.slice(0, 200), name: model.label });
View compiled
โ–ผ 5 stack frames were expanded.
tryCatch
./node_modules/regenerator-runtime/runtime.js:62
Generator.invoke [as _invoke]
./node_modules/regenerator-runtime/runtime.js:288
Generator.prototype.(anonymous function) [as next]
./node_modules/regenerator-runtime/runtime.js:114
asyncGeneratorStep
https://chateval.org/_next/static/development/pages/conversations.js:13036:103
_next
https://chateval.org/_next/static/development/pages/conversations.js:13038:194`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.