diff --git a/defillama-openapi-free.json b/defillama-openapi-free.json
index 625e7a2891c..8f4e3f0beb4 100644
--- a/defillama-openapi-free.json
+++ b/defillama-openapi-free.json
@@ -1,7 +1,7 @@
{
"openapi": "3.0.0",
"info": {
- "description": "\n\nNeed higher rate limits or priority support? We offer a premium plan for 300$/mo. To get it, go to https://defillama.com/subscription\n \n\n download the standard llms.txt file(guide for AI models)",
+ "description": "\n\nNeed higher rate limits or priority support? We offer a premium plan for 300$/mo. To get it, go to https://defillama.com/subscription \n\n\n Coding with AI? Paste this link to LLM-specific docs for best results \nllms.txt",
"version": "1.0.0-oas3",
"title": "DefiLlama API"
},
diff --git a/defillama-openapi-pro.json b/defillama-openapi-pro.json
index 0958e3cdf26..48e3b76661d 100644
--- a/defillama-openapi-pro.json
+++ b/defillama-openapi-pro.json
@@ -3,7 +3,7 @@
"info": {
"title": "DefiLlama Pro - OpenAPI 3.0",
"version": "1.0.0",
- "description": "Docs for DefiLlama's Pro API \n\n download the standard llms.txt file(guide for AI models)"
+ "description": "Docs for DefiLlama's Pro API \n\n\n Coding with AI? Paste this link to LLM-specific docs for best results \nllms.txt"
},
"servers": [
{
diff --git a/examples/web/vite.config.ts b/examples/web/vite.config.ts
index 96766d3d785..46aaa190b3f 100644
--- a/examples/web/vite.config.ts
+++ b/examples/web/vite.config.ts
@@ -1,5 +1,7 @@
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite'
+import path from 'path'
+import fs from 'fs'
// https://vitejs.dev/config/
export default defineConfig({
diff --git a/defillama-llms.txt b/llms.txt
similarity index 100%
rename from defillama-llms.txt
rename to llms.txt