RockChinQ 最近的时间轴更新
RockChinQ's repos on GitHub
Python · 577 人关注
free-one-api
LLM 逆向工程接口管理 | 通过标准 OpenAI API 访问 ChatGPT / gpt4free / Bard / Claude / HuggingChat / 通义千问 等 AI 的破解版 || ChatGPT reverse engineering API management | Access all reverse engineered LLM libs by standard OpenAI API format || 免费 ChatGPT Free GPT LLM API | 逆向工程 转 OpenAI API | converts all llm libs to OpenAI API
Python · 66 人关注
CallingGPT
Build your own ChatGPT plugin platform with GPT's function calling ability | func call by GPT
Java · 6 人关注
DriftBottle
基于Java Swing的漂流瓶PoC,同时作为数据库课程设计
Python · 6 人关注
Flowity
A Scripting Language for Building LLM Apps
5 人关注
csdcc_wiki
全国大学生计算机系统能力大赛 非官方 Wiki知识库
Python · 4 人关注
AnsweringPlugin
QChatGPT 插件,用于配合 llm-embed-qa 进行针对性答疑
Java · 4 人关注
AutoPVZGarden
自动经营植物大战僵尸的花园以赚钱 Automatically plants flowers in the garden of PVZ to make much money in a short time.
Python · 4 人关注
BenchPlugin
QChatGPT 项目插件,用于测试各接口可用性及易用性
Python · 4 人关注
CommonPreprocess
QChatGPT 插件,提供通用的prompt预处理策略,如:嵌入当前时间、模型名称等
Go · 4 人关注
doupdate
桌面应用程序版本发行工具
Java · 3 人关注
AutoXmrig
自动部署Xmrig并进入工作状态,支持监控
C++ · 3 人关注
BlackJack
C++课程设计
Vue · 3 人关注
ChatPHP
天津理工大学 网站设计与维护课程设计 2023 | PHP + Vue 实现的 ChatGPT 镜像站
Python · 3 人关注
design-patterns-python
使用Python练习设计模式
Java · 2 人关注
codebase
Store useful codes
TypeScript · 2 人关注
dify
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
2 人关注
files
Go · 1 人关注
chatgpt-adapter
集成了openai-api、bing、gemini、coze、绘画 多款AI的聊天接口适配到 OpenAI API 标准接口服务端。
1 人关注
ChatGPT-Next-Web-TJUT
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。
1 人关注
ChatGPT_WebAPI
ChatGPT 中转后端
HTML · 1 人关注
DataAnalyseCourse2023
天津理工大学 2023年 数据分析基础 实验代码
1 人关注
docs
Documents that are not part of any open source project.不属于任何开源项目的文档
Python · 0 人关注
aioqzone
A python wrapper for Qzone web login and Qzone http api
0 人关注
ChatGPTProxy
Simple Cloudflare bypass for ChatGPT
Python · 0 人关注
Claude-API
This project provides an unofficial API for Claude AI, allowing users to access and interact with Claude AI .
Go · 0 人关注
dify-sandbox
A lightweight, fast, and secure code execution environment that supports multiple programming languages
Go · 0 人关注
docker_practice
Learn and understand Docker&Container technologies, with real DevOps practice!
Python · 0 人关注
fis-tool
FIS (File Interaction Script) 工具,用于生成、读取和应用项目文件结构描述,方便与 LLM 进行交互,实现高效的项目迭代
Batchfile · 0 人关注
Folia
Fork of Paper which adds regionised multithreading to the dedicated server.
RockChinQ

RockChinQ

🏢  Baidu / 测试开发
V2EX 第 661933 号会员,加入于 2023-11-12 21:49:06 +08:00
RockChinQ 最近回复了
35 天前
回复了 greensea 创建的主题 信息安全 提高警惕,供应链攻击就在你我身边
目前有什么自动检查机制么
129 天前
回复了 xiguaprince 创建的主题 Python Python 怎么管理依赖和工程化呢?
简单的用 requirements 就行了,复杂了再说。要打包发布 pypi 另说
idea 不错,UI 可以再优化优化
我最近也在学这个,我是要给我的开源项目的使用量做遥测。之前是自己写了一个[接收、存储、提供接口给 Grafana 的服务端]( https://github.com/RockChinQ/qcg-center)。最近想给其他项目也加上遥测,就不想重复造轮子了,研究 otel 。但感觉 otel 生态非常复杂:我接收到的是 trace spans (比如用户进行了一次请求),而我要展示的是 metrics (比如过去 7 天有多少请求),并且我还需要把 trace spans 存到 mongodb 里,如果用 otel 就得开好几个容器( jaeger/alloy/collector 、prometheus 、grafana ),对于我一个刚起步的项目来说实在是有点庞大了。我也在思考能不能做一个轻松一点的 收、存、展示接口 的 all-in-one 。
151 天前
回复了 hendry 创建的主题 OpenAI 我问 chatgpt:轻舟已过万重山之我被封
纯网络问题
@roundgis 可以详细说一下吗?以及你自己的经历?
314 天前
回复了 mouseman 创建的主题 分享发现 开源项目“ChatGPT Next Web”貌似已被收购
好奇是什么组织收购的
314 天前
回复了 yhm2046 创建的主题 桂林 刚刚发现的节点,还有活人吗?
哈哈哈哈 在北京的桂林人
@sordidclown 对的,我和你的想法基本一致,我现在写函数参数、类成员都会习惯加上 type hints 。我去看看你给的链接。并不是要做 web 和 gui ,一开始的 po 出的框架只是想说明目前的框架都比较关注单独一个组件的功能。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5983 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 443ms · UTC 02:24 · PVG 10:24 · LAX 19:24 · JFK 22:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.