Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@dilyararimovna dilyararimovna released this 26 Apr 21:05
· 168 commits to main since this release
0051fe4

Most important changes:

  • fixed prompt selector
  • changed names, descriptions, timeouts of public prompt-based distributions and their components
  • changed prompts of public prompt-based distributions
  • removed spelling and blacklisted words from public prompt-based distributions
  • Ranking-based Dialog Management (also utilized by public prompt-based distributions)
  • LLM-based Dialog Management
  • template distribution for public prompt-based distributions
  • switch to a new PROXY address
  • sending API KEYS via requests to agents (not only from env)
  • New Multi-skill Public Assistant combining 5 prompts (inferring at most 2 in parallel)

In Details (all pull requests):

  • fix: prompt selector - empty prompt! #407
  • feat: remove spelling from prompted dists (#406)
  • Fix/black style (#409)
  • Fix/namings (#408)
  • fix: model descriptions (#410)
  • fix: sync dream_persona with demos (#413)
  • Feat/llm-based and ranking-based dm (#405)
  • fix: add proxy usage (#416)
  • feat: new proxy address (#417)
  • prompt asks chatbot to be concise (#418)
  • added gptj to proxy file (#424)
  • fix: dummy score decrease (#423)
  • Feat/api keys from attributes (#415)
  • prompt to ask fewer questions (#429)
  • feat: universal dist requires api keys in request (#425)
  • feat: template_template (#414)
  • fixed cutoff for AI utterance (#426)
  • feat: list of public dists (#433)
  • fix: remove badlists from prompted dists (#431)
  • added info about payments (#432)
  • timeout 30 for fairytales (#427)
  • longer generation and timeout to reduce cutoffs (#420)
  • change prompts for ai faq and nutrition (#430)
  • fix: template dist and description (#435)
  • Feat/multiskill assistant (#434)