From 8e08652d8a150f95bbee7e82b289dc9f32e7f711 Mon Sep 17 00:00:00 2001 From: VinciGit00 Date: Fri, 12 Apr 2024 11:05:52 +0200 Subject: [PATCH] removed unused file and removed unused documentation --- examples/local_models/Docker/smart_scraper_docker.py | 8 -------- examples/local_models/Ollama/result.csv | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 examples/local_models/Ollama/result.csv diff --git a/examples/local_models/Docker/smart_scraper_docker.py b/examples/local_models/Docker/smart_scraper_docker.py index b02aa8c5..a7e1ce71 100644 --- a/examples/local_models/Docker/smart_scraper_docker.py +++ b/examples/local_models/Docker/smart_scraper_docker.py @@ -6,14 +6,6 @@ from scrapegraphai.graphs import SmartScraperGraph # ************************************************ # Define the configuration for the graph # ************************************************ -""" - Avaiable models: - - ollama/llama2 - - ollama/mistral - - ollama/codellama - - ollama/dolphin-mixtral - - ollama/mistral-openorca -""" graph_config = { "llm": { diff --git a/examples/local_models/Ollama/result.csv b/examples/local_models/Ollama/result.csv deleted file mode 100644 index 97ef817e..00000000 --- a/examples/local_models/Ollama/result.csv +++ /dev/null @@ -1,2 +0,0 @@ -0,1,2,3 -"{'title': 'Rotary Pendulum RL', 'description': 'Open Source project aimed at controlling a real life rotary pendulum using RL algorithms'}","{'title': 'DQN Implementation from scratch', 'description': 'Developed a Deep Q-Network algorithm to train a simple and double pendulum'}","{'title': 'Multi Agents HAED', 'description': 'University project which focuses on simulating a multi-agent system to perform environment mapping. Agents, equipped with sensors, explore and record their surroundings, considering uncertainties in their readings.'}","{'title': 'Wireless ESC for Modular Drones', 'description': 'Modular drone architecture proposal and proof of concept. The project received maximum grade.'}"