From 6599268d78cdabbadc63bf1fd8820800c3555113 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Tue, 27 Jun 2023 12:12:44 -0400 Subject: [PATCH] move back to root --- ollama/build.py => build.py | 0 {ollama => lib}/model_prompts.json | 0 {ollama => lib}/template.py | 0 ollama/ollama.py => ollama.py | 0 ollama/requirements.txt => requirements.txt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename ollama/build.py => build.py (100%) rename {ollama => lib}/model_prompts.json (100%) rename {ollama => lib}/template.py (100%) rename ollama/ollama.py => ollama.py (100%) rename ollama/requirements.txt => requirements.txt (100%) diff --git a/ollama/build.py b/build.py similarity index 100% rename from ollama/build.py rename to build.py diff --git a/ollama/model_prompts.json b/lib/model_prompts.json similarity index 100% rename from ollama/model_prompts.json rename to lib/model_prompts.json diff --git a/ollama/template.py b/lib/template.py similarity index 100% rename from ollama/template.py rename to lib/template.py diff --git a/ollama/ollama.py b/ollama.py similarity index 100% rename from ollama/ollama.py rename to ollama.py diff --git a/ollama/requirements.txt b/requirements.txt similarity index 100% rename from ollama/requirements.txt rename to requirements.txt