Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion defillama-openapi-free.json
Original file line number Diff line number Diff line change
@@ -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 <a href='https://raw.githubusercontent.com/DefiLlama/api-docs/refs/heads/main/defillama-llms.txt'>llms.txt</a> 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 \n<a href='/llms.txt'>llms.txt</a>",
"version": "1.0.0-oas3",
"title": "DefiLlama API"
},
Expand Down
2 changes: 1 addition & 1 deletion defillama-openapi-pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href='https://raw.githubusercontent.com/DefiLlama/api-docs/refs/heads/main/defillama-llms.txt'>llms.txt</a> 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 \n<a href='/llms.txt'>llms.txt</a>"
},
"servers": [
{
Expand Down
2 changes: 2 additions & 0 deletions examples/web/vite.config.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand Down
File renamed without changes.