Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alannikos committed Jan 11, 2025
1 parent ce7aded commit 9d8acec
Show file tree
Hide file tree
Showing 37 changed files with 20 additions and 3,660 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
- [License](#license)
- [Future Development Plans](#future-development-plans)
- [Acknowledgments](#acknowledgments)
- [License](#disclaimer)
- [License](#license)
- [Contact us](#contact-me)
- [Star History](#star-history)

## Introduction
Expand Down Expand Up @@ -99,6 +100,13 @@ The current version of edg4llm supports the following large language model provi

More providers will be added in future updates to extend compatibility and functionality.

| **Model** | **Free** | **Base URL** |
|--------------------|------------------|------------------------------------------------------------|
| **InternLM** | Yes(Partly) | `https://internlm-chat.intern-ai.org.cn/puyu/api/v1/chat/completions` |
| **ChatGLM** | Yes(Partly) | `https://open.bigmodel.cn/api/paas/v4/chat/completions/` |
| **DeepSeek** | Yes(Free Trial for New Users) | `https://api.deepseek.com/chat/completions` |
| **OpenAI ChatGPT** | No (Paid Plans) | `https://api.openai.com/v1/chat/completions` |


## Quick Start

Expand Down Expand Up @@ -233,6 +241,15 @@ This project has **minimal dependencies**, requiring only the requests library.
## License
MIT License - See [LICENSE](LICENSE) for details.

## Contact Me
Thank you for using **EDG4LLM**! Your support and feedback are invaluable in making this project better.

If you encounter any issues, have suggestions, or simply want to share your thoughts, feel free to:
- Submit an Issue: Visit the [Issues Page](https://github.com/Alannikos/edg4llm/issues) and describe the problem or suggestion.
- Email Me: You can also reach out directly via email at [email protected]. I'll do my best to respond promptly.

Your contributions and feedback are greatly appreciated. Thank you for helping improve this tool!

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Alannikos/edg4llm&type=Date)](https://star-history.com/#Alannikos/edg4llm&Date)
7 changes: 0 additions & 7 deletions build/lib/edg4llm/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion build/lib/edg4llm/core/__init__.py

This file was deleted.

253 changes: 0 additions & 253 deletions build/lib/edg4llm/core/dataGenerators.py

This file was deleted.

Loading

0 comments on commit 9d8acec

Please sign in to comment.