Skip to content

AhnSoo-yeon/https-github.com-akm100932

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MetaGPT Client

This repository provides a simple command-line client for interacting with the MetaGPT API using the openai Python library.

Setup

  1. Create a virtual environment (optional).
  2. Install dependencies:
    pip install -r requirements.txt
  3. Set the OPENAI_API_KEY environment variable with your API key.

Usage

Run the client and pass the prompt as an argument:

python metagpt_client.py "Hello MetaGPT"

The script prints the response from the MetaGPT API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages