Giter Club home page Giter Club logo

Comments (6)

dosubot avatar dosubot commented on August 16, 2024 4

The AttributeError: 'Anthropic' object has no attribute 'beta' suggests that the Anthropic class is being accessed in a way that expects an attribute named beta, which does not exist in the class definition.

The Anthropic class in the llama_index.llms.anthropic module defines the following attributes and methods, but beta is not one of them [1][2]:

Attributes:

  • model
  • temperature
  • max_tokens
  • base_url
  • timeout
  • max_retries
  • additional_kwargs
  • _client
  • _aclient

Methods:

  • __init__
  • class_name
  • metadata
  • tokenizer
  • _model_kwargs
  • _get_all_kwargs
  • _get_content_and_tool_calls
  • chat
  • complete
  • stream_chat
  • stream_complete
  • achat
  • acomplete
  • astream_chat
  • astream_complete
  • chat_with_tools
  • achat_with_tools
  • get_tool_calls_from_response

To resolve this issue, ensure that your code does not reference a non-existent attribute beta. If you need further assistance, please provide more context or check if there are any custom modifications or extensions to the Anthropic class in your environment.

To continue talking to Dosu, mention @dosu.

from llama_index.

logan-markewich avatar logan-markewich commented on August 16, 2024 1

@rinmy23 @clstaudt anthropic recently moved their tools api from beta to GA, and updated their latest client SDK

Downgrade the client SDK if you need it to work right now, but will have a new version published in 30 mins or so

from llama_index.

rinmy23 avatar rinmy23 commented on August 16, 2024

I have the same problem. My code can run correctly before yesterday and i didn't change my code, but now it have the same AttributeError: 'Anthropic' object has no attribute 'beta'

from llama_index.

clstaudt avatar clstaudt commented on August 16, 2024

The dosu bot isn't even smart enough to recognize that it's not my code triggering the error.

from llama_index.

clstaudt avatar clstaudt commented on August 16, 2024

@logan-markewich How to install the fix?

from llama_index.

clstaudt avatar clstaudt commented on August 16, 2024

Downgrade the client SDK if you need it to work right now,

@logan-markewich What is the client SDK here? I am a bit confused about the many sub-packages and how they relate to the main llama_index package.

from llama_index.

Related Issues (20)

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.