Metadata-Version: 2.1
Name: ASUllmAPI
Version: 1.1.3
Summary: A simple python package to facilitate connection to ASU LLM API
Author-email: Stella Wenxing Liu <stellawenxingliu@gmail.com>, Varun Shourie <svarun195@gmail.com>
Project-URL: Homepage, https://github.com/ASU/aiml-ssmdv-student-support-ml-data-visualization
Project-URL: Issues, https://github.com/ASU/aiml-ssmdv-student-support-ml-data-visualization/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: tqdm

# ASU LLM API
This package allows individuals at Arizona State University to access ASU GPT through API. You will need API access token, API endpoints in order to use this package.

## Install
Install via pip in a virtual environment or Conda.
```markdown
pip install ASUllmAPI
```

Note: Depending on your Python distribution, you may need to pip or conda
install `requests` and `tqdm` if it is not available in your local environment.
```markdown
pip install requests
pip install tqdm
```

See README.md documentation at this [link.](https://github.com/ASU/aiml-ssmdv-student-support-ml-data-visualization/blob/main/base-ASUllm-documentation/README.md).
