上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: Setup Pyenv # Install Pyenv brew update && brew install pyenv # Install Python Interpreter with specific version e.g. 3.9.15 pyenv install 3.9.15 # Na 阅读全文
posted @ 2024-09-27 00:34 LexLuc 阅读(59) 评论(0) 推荐(0) 编辑
摘要: vscode launch.json template 模板 debug 阅读全文
posted @ 2024-09-04 21:49 LexLuc 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 什么是可突发实例(Burstable Instances)? 理解CPU Credit 什么是CPU Credit 如何积累CPU Credit 消耗CPU Credit 突发带宽(Burstable Bandwidth)概述 支付CPU Credit费用 标准使用 无限模式 成本管理与优化 总结 阅读全文
posted @ 2024-08-25 01:35 LexLuc 阅读(86) 评论(0) 推荐(0) 编辑
摘要: CloudFlare Workers, Logpush, Tail Workers, Real-time Logging, 实时日志服务, 低成本 阅读全文
posted @ 2024-08-20 01:33 LexLuc 阅读(567) 评论(0) 推荐(0) 编辑
摘要: LLM,合成数据,生成文本数据,生成格式化数据,Kmeans, elbow 阅读全文
posted @ 2024-08-19 01:45 LexLuc 阅读(445) 评论(0) 推荐(0) 编辑
摘要: Demo import fs from "fs"; import OpenAI from "openai"; const openai = new OpenAI(); async function main() { const transcription = await openai.audio.t 阅读全文
posted @ 2024-07-27 03:00 LexLuc 阅读(20) 评论(0) 推荐(0) 编辑
摘要: A Record (Address Record): An A record points a hostname to a specific IP address12. For example, if you want blog.example.com to point to the server 阅读全文
posted @ 2024-06-05 14:30 LexLuc 阅读(7) 评论(0) 推荐(0) 编辑
摘要: SaaS应用在用户注册账号时,需要发送验证码验证用户账号邮箱正确。但如果用户输入的邮箱不正确,需要 自己手动开发 也是校验邮箱地址有效性的基本原理 校验邮箱格式 校验DNS 校验SMTP服务器响应 https://stackoverflow.com/questions/69412522/what-i 阅读全文
posted @ 2024-05-16 02:02 LexLuc 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 基础版 Few-shot Prompt Role-play Prompt Personality-added Prompt Multi-rounded Prompt Chain-of-Thought Prompt Self-Reflection Prompt 进阶版 Task break-down 阅读全文
posted @ 2023-11-29 16:25 LexLuc 阅读(243) 评论(0) 推荐(0) 编辑
摘要: long context: context length 128k, more accurate over a long context control JSON Mode Function calling, call many functions at once Reproducible outp 阅读全文
posted @ 2023-11-08 01:53 LexLuc 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页
点击右上角即可分享
微信分享提示