Back to MCP directory
publicPublicdnsLocal runtime

llm-experimentations

该项目通过ChatGPT测试LLM在信息检索、API集成(如IGN的APICARTO和GéoPlateforme服务)以及代码生成方面的能力,包括地理编码、邮政编码查询等功能,并探索AI在技术评估和开发辅助中的应用。

article

README

🚀 大语言模型实验

本项目主要对大语言模型(LLM)的能力进行了一系列测试,旨在探索其在不同场景下的应用效果,为相关技术的研究和实践提供参考。

🚀 快速开始

本项目包含了多个关于大语言模型的测试实验,你可以根据以下分类进入相应的子项目查看具体内容。

✨ 主要特性

ChatGPT - 网络搜索与API IGN的使用

ChatGPT - 生成IGN API客户端代码

编码助手

MCP

其他

⚠️ 注意事项

  • 使用带有付费许可证的账户才能创建GPT动作。
  • 此存储库中的代码是由ChatGPT生成的

📄 许可证

LICENSE

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client