GeekAI User ManualGeekAI User Manual
  • Guide

    • Introduction
    • Quick Deployment
    • Advanced Deployment
  • Configuration

    • AI Drawing Configuration
    • Music and Video
    • File Storage Configuration
  • Upgrade

    • Smooth Upgrade
  • Development

    • Development and Build
    • How to Skip License Verification
  • Guide

    • Introduction
    • Deployment
  • Configuration

    • Coze Agent
    • Dify Agent
    • Alibaba Cloud Bailian Agent
  • Upgrade

    • Geek-Agent v1.0.2
    • Geek-Agent v1.0.3
  • GeekAI-PLUS (With Admin Panel)
  • GeekAI-Agent (With Admin Panel)
  • AI Study Notes

    • 01-Basic Concepts of Stable Diffusion
    • 02-Core Technology Decryption of DeepSeek R1
    • 03-DeepSeek R1 User Guide (Continuously Updated)
    • 03-Some Personal Thoughts on AI Agent
    • 04-Understanding MCP and A2A Protocols
  • Tech Community
  • GitHub
  • Gitee
  • GitCode
  • 简体中文
  • en-US
GitHub
  • Guide

    • Introduction
    • Quick Deployment
    • Advanced Deployment
  • Configuration

    • AI Drawing Configuration
    • Music and Video
    • File Storage Configuration
  • Upgrade

    • Smooth Upgrade
  • Development

    • Development and Build
    • How to Skip License Verification
  • Guide

    • Introduction
    • Deployment
  • Configuration

    • Coze Agent
    • Dify Agent
    • Alibaba Cloud Bailian Agent
  • Upgrade

    • Geek-Agent v1.0.2
    • Geek-Agent v1.0.3
  • GeekAI-PLUS (With Admin Panel)
  • GeekAI-Agent (With Admin Panel)
  • AI Study Notes

    • 01-Basic Concepts of Stable Diffusion
    • 02-Core Technology Decryption of DeepSeek R1
    • 03-DeepSeek R1 User Guide (Continuously Updated)
    • 03-Some Personal Thoughts on AI Agent
    • 04-Understanding MCP and A2A Protocols
  • Tech Community
  • GitHub
  • Gitee
  • GitCode
  • 简体中文
  • en-US
GitHub
  • GeekAI-Agent

    • Introduction
    • Deployment
  • Configuration

    • Coze Agent
    • Dify Agent
    • Alibaba Cloud Bailian Agent
  • Upgrade

    • Geek-Agent v1.0.2
    • Geek-Agent v1.0.3

Feature Updates

  • Optimization: All service configurations have been migrated to the admin panel, enabling real-time dynamic configuration.
  • Optimization: Support for batch importing Coze agent applications with one click, eliminating manual creation.
  • New Feature: Support for WeChat Pay, Alipay, and Easy Pay.
  • Optimization: Added caching for sessions and system configurations to reduce redundant API requests.
  • Optimization: Automatic icon download when importing Coze agents, fixing the icon failure bug.
  • New Feature: Added product management and order management in the admin panel.
  • New Feature: Implemented image click-to-preview functionality in the chat page.
  • Optimization: Users can now upload images without being forced to input a prompt to initiate a conversation.
  • Bug Fix: Fixed the issue where License data would automatically disappear.
  • Optimization: Support for automatic database schema migration, eliminating the need for manual SQL execution.
  • Optimization: Support for custom copyright functionality.
  • Optimization: The chat welcome page now displays a list of applications instead of the LOGO and Slogan.

1. Upgrade the Image

First, update the image version to v1.0.2 in the docker-compose.yaml file.

geek-agent-api:
    image: registry.cn-shenzhen.aliyuncs.com/geekmaster/geek-agent-api:v1.0.2-amd64
    container_name: geek-agent-api
    restart: always
    ports:
      - "6789:6789"
    volumes:
      - /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime
      - ./conf/config.toml:/var/www/app/config.toml
      - ./logs:/var/www/app/logs
      - ./static:/var/www/app/static
    environment:
      - LOG_LEVEL=info
      - CONFIG_FILE=config.toml

  geek-agent-web:
    image: registry.cn-shenzhen.aliyuncs.com/geekmaster/geek-agent-web:v1.0.2-amd64
    container_name: geek-agent-web
    restart: always
    depends_on:
      - geek-agent-api
    ports:
      - "8081:8080"
    volumes:
      - ./logs/nginx:/var/log/nginx
      - ./conf/nginx/conf.d:/etc/nginx/conf.d
      - ./conf/nginx/nginx.conf:/etc/nginx/nginx.conf

Then, restart the GeekAI-Agent container service.

docker-compose down
docker-compose up -d

2. Update System Configurations

Starting from GeekAI-Agent v1.0.2, all service configurations have been migrated to the admin panel, enabling real-time dynamic configuration.

Log in to the admin panel, navigate to "System Configuration", "Basic Configuration", "Announcement Settings", "License Settings", "Payment Settings", "Coze Settings", "SMS Settings", "Storage Settings", and "Email Settings".

Modify the relevant configurations as needed. Changes take effect immediately without requiring a restart of the GeekAI-Agent service.

System Configuration

3. Screenshots of Other Feature Updates

  1. The chat welcome page has been updated to display a list of applications instead of the slogan.

Chat Welcome Page

  1. Points recharge now supports WeChat Pay, Alipay, and Easy Pay.

Payment Features

Edit this page on GitHub
Next
Geek-Agent v1.0.3
极客学长 © 2022-2025 版权所有 粤ICP备19122051号-1