Skip to content

Commit

Permalink
refactor: reorganize project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AaLexUser committed Dec 26, 2024
1 parent fc95f42 commit bddf9e0
Show file tree
Hide file tree
Showing 119 changed files with 7 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[config]
model = "gpt-4o"
base_url = "https://models.inference.ai.azure.com"
#model = "gpt-4o"
model = "llama-3.3-70b-versatile"
base_url = "https://api.groq.com/openai/v1"
#base_url = "https://models.inference.ai.azure.com"
#base_url="http://0.0.0.0:4000"
#base_url="http://127.0.0.1:11434"
output_dir = "exec_out"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
def init_page():
st.set_page_config(
page_title="FedotLLM",
page_icon="fedotllm/web/frontend/static/images/logo.png",
page_icon="libs/fedotllm/web/frontend/static/images/logo.png",
layout="wide",
initial_sidebar_state="expanded"
)
st.logo(
image='fedotllm/web/frontend/static/images/fedot-llm-white.png',
image='libs/fedotllm/web/frontend/static/images/fedot-llm-white.png',
link='https://itmo-nss-team.github.io/'
)
st.title("💬 FEDOT.LLM")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Alexey Lapin <[email protected]>"]
license = "BSD 3-Clause"
readme = "README.md"
packages = [
{ include = "fedotllm", from = "." }
{ include = "fedotllm", from = "libs" }
]

[tool.poetry.urls]
Expand Down

0 comments on commit bddf9e0

Please sign in to comment.