Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ArtGuide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quentin Ulmer
ArtGuide
Merge requests
!5
Barebones nebular Chat
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Barebones nebular Chat
8-ollama-chat-frontend_backend-anbindung
into
Dev
Overview
0
Commits
12
Pipelines
0
Changes
20
Merged
Quentin Ulmer
requested to merge
8-ollama-chat-frontend_backend-anbindung
into
Dev
11 months ago
Overview
0
Commits
12
Pipelines
0
Changes
20
Expand
-> looks fucked up, but kinda works
Closes
#8 (closed)
0
0
Merge request reports
Compare
Dev
Dev (base)
and
latest version
latest version
49dff061
12 commits,
11 months ago
20 files
+
476
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
artguide_backend/docker_data/start-ollama.sh
0 → 100755
+
7
−
0
Options
#!/bin/bash
ollama serve &
sleep
5
# Start the Ollama service in the background
ollama run phi3:mini &
# Keep the container running
tail
-f
/dev/null
Loading