Skip to content

[Bug]: Incorrect Import and Initialization in the Second Example #37

Description

@MarlonFillho

In the first line of the second example, the import statement reads from clientai import client, but the client module does not exist in the clientai framework.

To fix this:

  1. Update the import statement to match the first example: from clientai import ClientAI.
  2. Change line 16 of the second example to properly initialize the client: client = ClientAI("groq", api_key="your-groq-key")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions