Skip to main content

CODEGPT python package

Project description

CODEGPT Python Package

This package provides you with an easy way to interact with the CODEGPT API in your Python applications.

Install

To install the package, simply run the following command:

pip install codegpt-sdk

Usege

Below is a sample code demonstrating how to use the CODEGPT package in your Python application:

# Import the package
import asyncio
from codegpt.agent import Agent

def main():
    # Replace with your actual API key and URL ID
    api_key = "your_api_key_here"
    agent_id = "your_agent_id_here"

    # Initialize the CODEGPT class
    agent_instance = Agent(api_key, agent_id)

    # Optional: update API key or URL ID if needed
    agent_instance.set_api_key("new_api_key")
    agent_instance.set_agent_id("new_agent_id")

    # Create the prompt
    prompt = "tell me short story about blue turtle"

    # Make a completion request
    response = asyncio.run(agent_instance.completion(prompt, stream=False))

    # Handle the response as needed
    print(response)

if __name__ == "__main__":
    main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codegpt-sdk-1.0.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

codegpt_sdk-1.0.0-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file codegpt-sdk-1.0.0.tar.gz.

File metadata

  • Download URL: codegpt-sdk-1.0.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.12

File hashes

Hashes for codegpt-sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ab272a0d3a3f5687d4878378184d064cb692d367920507f12514b2464f079101
MD5 c5bea83290ad20d44ace00f9f36492db
BLAKE2b-256 3cf5110f1ebce25124c8269f11241ea25ddc0f37c4a6e6d3cfa5043ea5087a55

See more details on using hashes here.

File details

Details for the file codegpt_sdk-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: codegpt_sdk-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.12

File hashes

Hashes for codegpt_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3e2655d3629dc38cca17417301bfdc20c55a290d2bfb40370314be5738089ab7
MD5 c94e751ecda865576923328ec05d6afd
BLAKE2b-256 342b4a8082f8860b8c91fd5fd2fe672f7c70bc71aa5fbf73b03133f6410f165f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page