绘图模型效果对比之城市气象

绘图模型效果对比之城市气象

Promot A highly detailed and photorealistic image of Akmenė, Pemagatshel, Lithuania, during a cloudy day with a temperature feel of 7.0°C. The scene captures the historic Church of St. John the Baptist, its intricate brickwork and architectural features glistening from recent rain. The wet pavement reflects the overcast sky, which is 76.0% cloud covered, creating a soft, diffused light that highlights the textures of the buildings and surrounding lush greenery. The foreground includes puddles forming on the cobblestone streets, while the background features dense, misty forests framing the town. The composition employs the rule of thirds, with the church positioned to the right, leading lines from the street guiding the viewer’s eye through the scene. The lighting enhances the mood, maintaining clarity and brightness, with details visible in the shadows. The overall atmosphere is tranquil and inviting, embodying the rich cultural heritage and natural beauty of Akmenė. Refs: Akmenė, Lithuania Weather Art ...

April 21, 2025 | 1 分钟 | 187 字 | Tianlun Song
LLM 聚合 API 价格对比

LLM 聚合 API 价格对比

List gpt-4 gpt-4o claude-3-7-sonnet-20250219 `claude-3-7-sonn 单位:Inout/Output /M Model gpt-4o gpt-4o-mini deepseek-r1 deepseek-v3 claude-3-7-sonnet claude-3-5-sonnet UniAPI $0.2871/$1.1484 $2.376/$11.88 $2.376/$11.88 GPTAPI ¥0.07/¥0.14 ¥5.25/¥26.25 ¥5.25/¥26.25 OpenRouter $5/$7 $3/$15 $3/$15 AiHubMix $0.62/$2.48 $3.3/$16.5 V3 API $1.8/$7.2 $7.4/$37 Refereneces https://openrouter.ai/ https://aihubmix.com https://api.v3.cm/ https://www.ohmygpt.com/ https://uniapi.ai

March 14, 2025 | 1 分钟 | 85 字 | Tianlun Song
全球艺术天气网站

全球艺术天气网站

介绍一个 每日 AI 艺术天气 网站,能够通过人工智能生成的艺术作品,以独特的视角展现日常气象现象。 入口 TodayAiWeather ​ 部分城市入口: Guangzhou Beijing​ Chicago Chengdu Shanghai Paris New Taipei City Yerevan​ 收录情况 目前收录了 78 个城市,未来还会根据需要添加更多,有需要可以在本文留言。 ...

February 2, 2025 | 1 分钟 | 418 字 | Tianlun Song
使用 GCOP AI 助力提升 git commit 效率

使用 GCOP AI 助力提升 git commit 效率

最近在 阮老师博客 看到一款这个 GCOP,一个基于 LLM 的 Git 提交消息生成和 Git 工作流程优化工具,试用了一下确实不错。接入 LLM 即可自动分析 git 修改生成 commit 消息,比我之前做的 git-commit 生成器好用多了。 ...

January 4, 2025 | 3 分钟 | 1019 字 | Tianlun Song
【Ai Agent】智能体实验之城市天气画报

【Ai Agent】智能体实验之城市天气画报

计划进行一系列 AI Agent 实验,欢迎交流。 相关信息 平台: 自建 Dify 类型:AI Agent 使用LLM: gpt-4o-mini Dall-e 3 参考:扣子 的城市天气画报模板。 DSL app: description: '' icon: 🤖 icon_background: '#FFEAD5' mode: agent-chat name: 城市天气画报 use_icon_as_answer_icon: false kind: app model_config: agent_mode: enabled: true max_iteration: 5 prompt: null strategy: function_call tools: - enabled: true provider_id: gaode provider_name: gaode provider_type: builtin tool_label: 天气预报 tool_name: gaode_weather tool_parameters: city: '' - enabled: true provider_id: dalle provider_name: dalle provider_type: builtin tool_label: DALL-E 3 绘画 tool_name: dalle3 tool_parameters: n: '' prompt: '' quality: '' size: '' style: '' annotation_reply: enabled: false chat_prompt_config: {} completion_prompt_config: {} dataset_configs: datasets: datasets: [] reranking_enable: true retrieval_model: multiple top_k: 4 dataset_query_variable: '' external_data_tools: [] file_upload: allowed_file_extensions: - .JPG - .JPEG - .PNG - .GIF - .WEBP - .SVG - .MP4 - .MOV - .MPEG - .MPGA allowed_file_types: [] allowed_file_upload_methods: - remote_url - local_file enabled: false image: detail: high enabled: false number_limits: 3 transfer_methods: - remote_url - local_file number_limits: 3 model: completion_params: stop: [] mode: chat name: gpt-4o-mini provider: openai more_like_this: enabled: false opening_statement: 回复 1 开始创作今日城市天气画报。 pre_prompt: '查找城市 {{city}} 今天的天气情况,生成一段简单的话描述这个场景,提供给 dalle 绘制一幅图片。 ' prompt_type: simple retriever_resource: enabled: true sensitive_word_avoidance: configs: [] enabled: false type: '' speech_to_text: enabled: false suggested_questions: [] suggested_questions_after_answer: enabled: false text_to_speech: enabled: false language: '' voice: '' user_input_form: - text-input: default: '' label: 城市 max_length: 48 required: true variable: city version: 0.1.5 效果展示 界面: ...

December 27, 2024 | 1 分钟 | 419 字 | Tianlun Song
自托管 AIGC UI APP 汇总

自托管 AIGC UI APP 汇总

该清单搜集人类创造的最先进最好用的开源 AIGC APP 方案,包括但不限于对话、识图、生图、TTS、知识库、多模态、工作流编排,主要搜集支持自托管,可容器化部署的方案。 ...

December 20, 2024 | 8 分钟 | 3871 字 | Tianlun Song
AI Prompt 整理

AI Prompt 整理

prompt 原则 1、写出清晰而具体的指示,清晰不是指短,而是尽量详细,可采用分隔符避免自己的要求和内容的混淆,分隔符形式不限:“””, < >, {} 2、给模型思考的时间。如果答案不对,可以尝试不断变化提问方式,直到得出想要结果。可以采用简化或分解问题的方式。 ...

December 12, 2024 | 84 分钟 | 42034 字 | Tianlun Song