Skip to content

Commit 73aa4d2

Browse files
authored
Merge pull request #3 from DefiLlama/llm-txt
rename file and update text for llms.txt
1 parent 62e44b6 commit 73aa4d2

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

defillama-openapi-free.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"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 <a href='https://raw.githubusercontent.com/DefiLlama/api-docs/refs/heads/main/defillama-llms.txt'>llms.txt</a> file(guide for AI models)",
4+
"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 \n<a href='/llms.txt'>llms.txt</a>",
55
"version": "1.0.0-oas3",
66
"title": "DefiLlama API"
77
},

defillama-openapi-pro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "DefiLlama Pro - OpenAPI 3.0",
55
"version": "1.0.0",
6-
"description": "Docs for DefiLlama's Pro API \n\n download the standard <a href='https://raw.githubusercontent.com/DefiLlama/api-docs/refs/heads/main/defillama-llms.txt'>llms.txt</a> file(guide for AI models)"
6+
"description": "Docs for DefiLlama's Pro API \n\n\n Coding with AI? Paste this link to LLM-specific docs for best results \n<a href='/llms.txt'>llms.txt</a>"
77
},
88
"servers": [
99
{

examples/web/vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import vue from '@vitejs/plugin-vue'
22
import { defineConfig } from 'vite'
3+
import path from 'path'
4+
import fs from 'fs'
35

46
// https://vitejs.dev/config/
57
export default defineConfig({
File renamed without changes.

0 commit comments

Comments
 (0)