Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.7.0 #501

Merged
merged 11 commits into from
Jun 28, 2023
Merged

Release v1.7.0 #501

merged 11 commits into from
Jun 28, 2023

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    dce8602 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    026ca9e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Upd/dff/template skill (#303)

    * add dff_release folder; add minimal changes to server.py; modify dockerfile to use dff_release; modify tests for use with message class; ensure the passing of tests
    
    * rename actor.py to serializer.py, reimplement serialization
    
    * edit requirements.txt; use MultiMessage from dff
    
    * rename dff_release to dff_api_v1; change dockerfile to import dff_api_v1; remove nulls from skill output; exclude nulls from test data; add run_dff function to serializer file
    
    * add DreamMessage and DreamMultiMessage classes; process in serializer; make message fields optional to discard null values; edit main.py
    
    * remove redundant imports from serializer.py && main.py
    
    * remove DreamMultiMessage
    
    * Move Pre_transition_processing from node_1 to start_node
    
    * apply lint
    
    * Add comments to main.py; remove actor instance
    
    * apply lint
    
    * update requirements: define versions; update import order in main
    
    * do minor fixes
    
    * move slot filling to a separate integration.response module
    
    * change function signature. successful building of dream skill
    
    * fix codestyle
    
    * merge upstream dev:
    
    * Use new dff version in the requirements;
    
    ---------
    
    Co-authored-by: dilyararimovna <[email protected]>
    ruthenian8 and dilyararimovna authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    04dbfbb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Filter entities by offsets (#497)

    * Fix requirements.txt (#84)
    
    * fix itsdangerous requirements
    
    * pin itsdangerous requirements for all flask==1.1.1 servers
    
    * fix entity offsets
    
    * codestyle
    
    ---------
    
    Co-authored-by: Andrii.Hura <[email protected]>
    Co-authored-by: mtalimanchuk <[email protected]>
    Co-authored-by: Dilyara Baymurzina <[email protected]>
    4 people authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    407b48f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. custom entity linking (#335)

    * custom entity linking
    
    * codestyle
    
    * update
    
    * refactor
    
    * update pipeline_conf
    
    * fix: removed extra services, added property-extraction to pipeline
    
    * fix proxy
    
    * update custom_el
    
    * chore: Add component & container cards
    
    * style: optimize Dockerfile for custom_el
    
    * style: flake and black up
    
    * style: flake and black up properly
    
    * fix: source for property extraction, proxy
    
    * fix: Download stopwords in Dockerfile
    
    * added dff-persona-prompted-skill
    
    * fix: dist name
    
    * refactor: Split respond function into many
    
    * style: flake and black up
    
    * fix: Add default values in case of failure
    
    ---------
    
    Co-authored-by: kpetyxova <[email protected]>
    Co-authored-by: Ramimashkouk <[email protected]>
    Co-authored-by: Rami <[email protected]>
    Co-authored-by: dilyararimovna <[email protected]>
    5 people authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fd8c7ef View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Fix/config for transformers llm (#500)

    * fix: config for transformers llm
    
    * fix: requirements
    
    * fix: tests for transf
    
    * fix max_tokens; update default configs
    
    * style
    
    ---------
    
    Co-authored-by: Nika Smilga <[email protected]>
    dilyararimovna and smilni authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    cbe539c View commit details
    Browse the repository at this point in the history
  2. Feat/anthropic to prod (#493)

    * feat: use new antropic models
    
    * feat: use new antropic models in universal
    
    * feat: empty config
    
    * feat: empty config
    dilyararimovna authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5ad76f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f9702 View commit details
    Browse the repository at this point in the history
  4. Fix/better llm response selector (#498)

    * moved prompt with task to the end
    
    * openass instead of chatgpt
    
    * longer context and slightly different prompt for transformers
    
    * chatgpt as default selector
    
    * revert proxy file
    
    * revert docker-compose file
    
    * removed configs from response selection
    
    * config fix
    smilni authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    24e159a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Feat/newer python dockerfile (#502)

    * fix: use newer python
    
    * fix: use newer python
    
    * fix: numpy version
    dilyararimovna authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    29bbd05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0bf64e View commit details
    Browse the repository at this point in the history