8000 Comparing iceener:main...wojcikm:main · iceener/ai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iceener/ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wojcikm/alice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 11, 2024

  1. fix(.gitignore): add qdrant_data/ directory to be ignored in version …

    …control
    
    feat(Dockerfile): add Dockerfile for setting up the app environment with necessary dependencies and commands
    feat(docker-compose.yml): add docker-compose configuration for running app and qdrant service
    fix(package.json): update openai package version to 4.76.1
    refactor(tools.config.ts): comment out unused tools in toolsMap for clarity
    refactor(src/database/seed.ts): update user details and descriptions for accuracy
    wojcikm committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    770442a View commit details
    Browse the repository at this point in the history
  2. build(Dockerfile): update Dockerfile to include necessary volumes and…

    … working directory for better container setup
    
    build(docker-compose.yml): update docker-compose file to include necessary volumes and exclude specific directories for better container management
    refactor(auth.ts): simplify authMiddleware function by directly using authHeader in userService.findByToken call
    wojcikm committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    74ae0fb View commit details
    Browse the repository at this point in the history
Loading
0