Git Product home page Git Product logo

Comments (4)

niklub avatar niklub commented on August 15, 2024

@goodmike31 thanks for raising this. Indeed, there is a plan to update it to the recent version, but we have to fix other dependencies, mainly guidance that relies on the previous version. Hope to get it updated soon - I will link the PR as soon as it's ready.

from adala.

chemeris avatar chemeris commented on August 15, 2024

Hi, @niklub do you have any timeline for the guidance update? It seems there are a few significant developments going on there, including the use of a lot more models.

from adala.

hawktang avatar hawktang commented on August 15, 2024

Same here for openai old version, is there any harm to use without guidance like

    runtimes = {
        'openai-gpt4':OpenAIChatRuntime(model='gpt-4-0125-preview'),
        # 'openai-gpt3': GuidanceRuntime(),
    },
    default_runtime='openai-gpt4',
    
    teacher_runtimes = {
      # 'openai-gpt3': OpenAIChatRuntime(model='gpt-3.5-turbo'),
      'openai-gpt4': OpenAIChatRuntime(model='gpt-4-0125-preview'),
    },
    
    # NOTE! If you don't have an access to gpt4 - replace it with "openai-gpt3"
    default_teacher_runtime='openai-gpt4'

from adala.

matt-bernstein avatar matt-bernstein commented on August 15, 2024

Addressed in #78

from adala.

Related Issues (12)

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.